home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-06 / amsprogs.zip / NW286.MNU < prev    next >
Text File  |  1992-05-01  |  2KB  |  125 lines

  1. %Netware 286 Utilities,10,30,4
  2. 1. User Commands
  3.  %User Commands
  4. 2. Netware Menu Utilities
  5.  %Netware Menu Utilities
  6. 3. Management Commands
  7.  %Management Commands
  8. %User Commands,15,48,4
  9. Attach To Another Server
  10.  @Echo Off
  11.  Cls
  12.  Rem @1"Enter Server Name"
  13.  Rem @2"Enter User Name"
  14.  Set U=@2
  15.  If Not "%u%"=="" Set Ss=/
  16.  Attach @1%ss%%u%
  17.  Set U=
  18.  Set Ss=
  19. Login To Another Server / Login A New User
  20.  @Echo Off
  21.  Cls
  22.  :@1"Enter Server Name"
  23.  Login @1
  24. Logout
  25.  !LOGOUT
  26. Messages Disable
  27.  @Echo Off
  28.  Cls
  29.  Castoff
  30. Messages Disable (including Console Messages)
  31.  @Echo Off
  32.  Cls
  33.  Castoff All
  34. Messages Enable
  35.  @Echo Off
  36.  Cls
  37.  Caston
  38. Password Revision
  39.  @Echo Off
  40.  Cls
  41.  :@1"Enter A New Password"
  42.  Setpass @1
  43.  Pause
  44. Print To Local Printer Port
  45.  @Echo Off
  46.  Cls
  47.  Rem @1"Enter Port (default Is 1)"
  48.  Set P=@1
  49.  If "%p%"=="" Set P=1
  50.  Endcap L=%p%
  51. Rights Granted In A Directory
  52.  @Echo Off
  53.  Cls
  54.  :@1"Enter Path"
  55.  Rights @1
  56.  Pause
  57. Servers Available On Network
  58.  @Echo Off
  59.  Cls
  60.  Slist
  61.  Pause
  62. Shutdown Your Terminal (With Park)
  63.  @Echo Off
  64.  Cls
  65.  Logout
  66.  Park
  67. Users On Default Server
  68.  @Echo Off
  69.  Cls
  70.  Userlist
  71.  Pause
  72. %Netware Menu Utilities,15,48,4
  73. File Management,,Load Filer
  74.  Filer
  75. Print Job Configurations,,Load PrintCon
  76.  PrintCon
  77. Print Queue Management,,Load PConsole
  78.  PConsole
  79. Session Management,,Load Session
  80.  Session
  81. System Configuration,,Load Syscon
  82.  Syscon
  83. Volume Information,,Load VolInfo
  84.  VolInfo
  85. %Management Commands,15,48,3
  86. Check A Volume
  87.  @Echo Off
  88.  Cls
  89.  Rem @1"Enter A Volume Name Or Drive Letter"
  90.  Chkvol @1
  91.  Pause
  92. Colour Palette Editor,,Load ColorPal
  93.  ColorPal
  94. Communications Check
  95.  Comcheck
  96. File Server Monitoring,,Load FConsole
  97.  FConsole
  98. List Directory Structure
  99.  @Echo Off
  100.  Cls
  101.  Rem @1"Enter Path [default Is \]
  102.  Rem @2"Enter Options [/s Ub  /r Ights  /all ..]"
  103.  Set P=@1
  104.  If "%p%"=="" Set P=\
  105.  Listdir %p% @2
  106.  Set P=
  107. Network Version
  108.  @Echo Off
  109.  Cls
  110.  Nver
  111.  Pause
  112. Printer Status
  113.  @Echo Off
  114.  Cls
  115.  Pstat
  116.  Pause
  117. Purge Files
  118.  @Echo Off
  119.  Cls
  120.  :@1"Enter Path [default Is \]"
  121.  Set P=@1
  122.  If "%p%"=="" Set P=\
  123.  Purge %p%
  124.  Pause
  125.